From 036d11ec4b2bfded256398ba63824e11c8017482 Mon Sep 17 00:00:00 2001 From: Dave Love Date: Mon, 29 Jan 2001 23:58:50 +0000 Subject: [PATCH] (eshell-ls-exclude-regexp): Fix :type. --- lisp/eshell/em-ls.el | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lisp/eshell/em-ls.el b/lisp/eshell/em-ls.el index 534ea932c3c..97a342b73ac 100644 --- a/lisp/eshell/em-ls.el +++ b/lisp/eshell/em-ls.el @@ -85,7 +85,7 @@ This is useful for enabling human-readable format (-h), for example." (defcustom eshell-ls-exclude-regexp nil "*Unless -a is specified, files matching this regexp will not be shown." - :type 'regexp + :type '(choice regexp (const nil)) :group 'eshell-ls) (defcustom eshell-ls-exclude-hidden t -- 2.30.2